PATH:
home
/
centosnipponia
/
public_html
/
apptt
/
vendor
/
darkaonline
/
ripcord
/
src
/
Ripcord
/
Exceptions
<?php namespace Ripcord\Exceptions; use Ripcord\Exceptions\Contracts\Exception; /** * This class is used whenever something goes wrong in sending / receiving data. Possible exceptions thrown are: * - ripcord::cannotAccessURL (-4) Could not access {url} - Thrown by the transport object. */ class TransportException extends \RuntimeException implements Exception { }
[+]
..
[-] BadMethodCallException.php
[edit]
[-] ConfigurationException.php
[edit]
[+]
Contracts
[-] InvalidArgumentException.php
[edit]
[-] RemoteException.php
[edit]
[-] TransportException.php
[edit]
[-] .htaccess.disabled
[edit]