OEModule\PASAPI\resources\PatientId::methodNotImplemented PHP Method

methodNotImplemented() protected method

Convenience wrapper for marking a method not implemented (to generalise the exception for this).
protected methodNotImplemented ( $method_name )
$method_name
    protected function methodNotImplemented($method_name)
    {
        throw new \Exception("{$method_name} not yet supported.");
    }