Class: NotExtended

NotExtended(classNameopt)

An Error class that get thrown when an abstract class has been called without extending it.

Constructor

new NotExtended(classNameopt)

Create NotExtended Error that Add the layer of abstraction;
Parameters:
Name Type Attributes Default Description
className String <optional>
"" the name of the class that has thrown the Error;
Source: