mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 14:50:39 -04:00
5 lines
89 B
PHP
5 lines
89 B
PHP
<?
|
|
namespace Exceptions;
|
|
|
|
class InvalidEbookReadingEaseException extends AppException{
|
|
}
|