View source
class thx.error.NotImplemented extends Error
Available on all platforms
NotImplemented
extends Error
and it is intended to be used inside method
that are drafted but still do not provide an implementation.
public function toBeDone() {
throw new NotImplemented();
}