Libraries tagged by throwing
pnz/json-exception
190598 Downloads
Json decode/encode library with exception throwing on error.
creativestyle/magesuite-soft-db-status-validation
63679 Downloads
Makes the db (schema) validation silently log error instead of throwing critical exception
zodimo/safe-cache
9 Downloads
return IOMonad instead of throwing exceptions
samson/unexpected-response-bundle
7622 Downloads
Allows throwing a response from virtually anywhere
leocavalcante/result
71 Downloads
Result provides an alternative error handling mechanism, avoiding throwing exceptions and a better data flow control.
starchitect/throwing
7 Downloads
PHP library for throwing
larapie/guard
577 Downloads
Guard objects for conditional exception throwing.
sandromiguel/php-throw
12 Downloads
PHP package for throwing custom exceptions with ease.
revati/laravel-validation
5 Downloads
Laravel validation extension for throwing ValidationException on error
rapidwebltd/no-post-data-laravel-middleware
77 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.
nimayneb/exceptionist
7 Downloads
Exceptionist - Throwing meaningful and semantic exceptions with interfaces
dasbit/apiclient
4 Downloads
Simple api client wrapper without throwing exceptions with statuscodes
aurimasniekis/throws
2 Downloads
PHP Throws helpers. Short hand functions for throwing exceptions
codeception/assert-throws
1211146 Downloads
Assert exception was thrown without stopping a test
zetacomponents/execution
9910 Downloads
Provides functionality to give feedback to your application's users when a fatal error happened or an uncaught exception was thrown.