mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 11:26:37 -04:00
5 lines
93 B
PHP
5 lines
93 B
PHP
<?
|
|
namespace Exceptions;
|
|
|
|
class InvalidContributorNacoafUrlException extends AppException{
|
|
}
|