6 lines
93 B
PHP
6 lines
93 B
PHP
<?php
|
|
|
|
namespace sammo;
|
|
|
|
class NotInheritedMethodException extends \BadMethodCallException
|
|
{} |