mirror of
https://github.com/ivuorinen/business-data-fetcher.git
synced 2026-02-10 13:46:51 +00:00
Initial commit
This commit is contained in:
5
src/Exceptions/ApiResponseErrorException.php
Normal file
5
src/Exceptions/ApiResponseErrorException.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Ivuorinen\BusinessDataFetcher\Exceptions;
|
||||
|
||||
class ApiResponseErrorException extends \Exception {}
|
||||
5
src/Exceptions/UnexpectedValueException.php
Normal file
5
src/Exceptions/UnexpectedValueException.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace Ivuorinen\BusinessDataFetcher\Exceptions;
|
||||
|
||||
class UnexpectedValueException extends \Exception {}
|
||||
Reference in New Issue
Block a user