Interface HttpExceptionInterface
HttpExceptionInterface All HTTP releated excpetions should implement this.
Direct known implementers
Namespace: Modulework\Modules\Http\Exceptions
Located at Modulework/Modules/Http/Exceptions/HttpExceptionInterface.php
Located at Modulework/Modules/Http/Exceptions/HttpExceptionInterface.php
Methods summary
public
|
#
__construct( integer $code = null, string $message = null,
Constructor. |
public
integer
|