2017-10-08 23:50:52 -05:00
|
|
|
<?php
|
|
|
|
|
|
2024-03-12 22:39:16 -04:00
|
|
|
namespace App\Exceptions\Service\Egg;
|
2017-10-08 23:50:52 -05:00
|
|
|
|
2024-03-12 22:39:16 -04:00
|
|
|
use App\Exceptions\DisplayException;
|
2017-10-08 23:50:52 -05:00
|
|
|
|
|
|
|
|
class BadJsonFormatException extends DisplayException
|
|
|
|
|
{
|
|
|
|
|
}
|