Lines Matching refs:Exception
70 throw new Exception( 'invalid request method', 400 );
82 throw new Exception( 'invalid request', 400 );
89 throw new Exception( 'no such media', 404 );
96 throw new Exception( 'file is empty', 404 );
102 throw new Exception( 'invalid media', 403 );
113 throw new Exception( 'invalid request parameter', 400 );
119 throw new Exception( 'invalid request context', 400 );
127 throw new Exception( 'access denied', 403 );
153 throw new Exception( 'database not available/not found', 404 );
157 throw new Exception( 'invalid media selector (table)', 400 );
175 throw new Exception( 'invalid media selector', 400 );
182 throw new Exception( 'failed to prepare retrieval', 500 );
185 throw new Exception( 'failed to retrieve', 500 );
190 throw new Exception( 'no such media', 404 );
210 throw new Exception( 'access denied, missing valid hash', 403 );
214 throw new Exception( 'access denied, invalid hash', 403 );
284 throw new Exception( 'failed to prepare viewing log', 500 );
287 throw new Exception( 'failed to execute viewing log', 500 );
324 throw new Exception( 'untyped data record', 403 );
442 catch ( Exception $e )