Page MenuHomePhorge
Diviner libphutil Tech Docs PhutilMethodNotImplementedException

final class PhutilMethodNotImplementedException
libphutil Technical Documentation (Errors)

An exception thrown when a method is called on a class which does not provide an implementation for the called method. This is sometimes the case when a base class expects subclasses to provide their own implementations, for example.

Methods

public function __construct($message)

This method is not documented.
Parameters
$message
Return
this//Implicit.//