/
home
/
sjslayjy
/
public_html
/
theweavenest
/
vendor
/
instamojo
/
instamojo-php
/
src
/
Exceptions
/
Upload File
HOME
<?php namespace Instamojo\Exceptions; class ApiException extends InstamojoException { public function __construct($httpErrorCode, $errorNumber, $errorMessage) { parent::__construct ($httpErrorCode, $errorNumber, $errorMessage); } }