mirror of
https://github.com/ivuorinen/curly.git
synced 2026-02-01 19:42:56 +00:00
Initial commit
This commit is contained in:
12
src/Exceptions/AuthenticationException.php
Normal file
12
src/Exceptions/AuthenticationException.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace ivuorinen\Curly\Exceptions;
|
||||
|
||||
/**
|
||||
* Class AuthenticationException
|
||||
* Extends \Exception
|
||||
*
|
||||
* @package ivuorinen\Curly\Exceptions
|
||||
*/
|
||||
class AuthenticationException extends \Exception
|
||||
{
|
||||
}
|
||||
14
src/Exceptions/HTTPException.php
Normal file
14
src/Exceptions/HTTPException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace ivuorinen\Curly\Exceptions;
|
||||
|
||||
/**
|
||||
* Class HTTPException
|
||||
* Extends \Exception
|
||||
*
|
||||
* @package ivuorinen\Curly\Exceptions
|
||||
* @mixin \Exception
|
||||
*/
|
||||
class HTTPException extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user