Lines Matching refs:throw

129             throw new TransportException('Unable to connect to FastCGI application: ' . $errstr);
178 throw new TransportException('Reading from the stream failed');
190 throw new TransportException('Writing to the stream failed');
254throw new TransportException('Unable to create socket: ' . socket_strerror(socket_last_error()));
261 throw new TransportException('Unable to connect to FastCGI application: ' . $error);
311 throw new TimedOutException('Reading timeout');
315 throw new TransportException('Reading from the stream failed');
326 throw new TimedOutException('Writing timeout');
330 throw new TransportException('Writing to the stream failed');
677 // close connection so it can be re-set reset and throw an error
679throw new ReadLimitExceeded("Content has $len bytes but the limit is $readLimit bytes");
716 throw new \Exception('Unexpected response type, expecting GET_VALUES_RESULT');
812 throw new TimedOutException('Write timed out');
817 throw new \Exception('Failed to write request to socket');
840throw new \Exception('FCGI_STD' . strtoupper($type) . ' stream already finished by empty record');
863 throw new \Exception('Invalid request id given');
902 throw new \Exception('Timed out');
914 throw new TimedOutException( 'Read timed out' );
918throw new ForbiddenException( 'Not in white list. Check listen.allowed_clients.' );
922 throw new \Exception('Read failed');
930 throw new \Exception('This app can\'t multiplex [CANT_MPX_CONN]');
933 throw new \Exception('New request rejected; too busy [OVERLOADED]');
936 throw new \Exception('Role value not known [UNKNOWN_ROLE]');