1 2 3 4 5 6 7 8 9
<?php namespace Cardinity\Exception; class NotFound extends Request { protected $code = 404; protected $message = 'Not Found – The specified resource could not be found.'; }