An AbstractMethodError is thrown when you attempt to call an abstract method.
public function AbstractMethodError(message:* = Method needs to be implemented in subclass, id:* = 0) Creates a new AbstractMethodError object.
Parameters | message:* (default = Method needs to be implemented in subclass) |
| |
| id:* (default = 0) |
Thu Jan 16 2014, 01:11 PM +08:00