NOTCALLABLE

741

Cannot directly call this method

You have attempted to call a constructor or destructor directly. A constructor is called whenever an instance of the class is created, and a destructor is called before an instance of the class is destroyed.