1 2 3 4 5
class ModuleCustomError extends Exception; function raise_custom_error () { throw new ModuleCustomError( message: "from-c35" ); }