<?phpnamespace PrettusRepositoryExceptions;use Exception;/** * Class RepositoryException * @package PrettusRepositoryExceptions */class RepositoryException extends Exception{}