AbstractMethodError is thrown when an abstract method is called. The method in question should be overridden by a concrete subclass.
Constructor
new(?message:String, id:Int = 0)
Create a new AbstractMethodError.
Parameters:
message | An optional message to override the default error message. |
|---|---|
id | The id of the error. |