BadRequestDataException.php 264 Bytes
Newer Older
Julien Jorry committed
1 2 3 4 5 6 7 8 9 10 11
<?php

namespace App\Exception;

/**
 * Class BadRequestDataException has purpose to pass the error message through FOSRest bundle to the client.
 * It should be used for error caused by client's bad input.
 */
class BadRequestDataException extends \Exception
{
}