PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
vendor
/
darkaonline
/
ripcord
/
src
/
Ripcord
/
Exceptions
<?php namespace Ripcord\Exceptions; use Ripcord\Exceptions\Contracts\Exception; /** * This class is used whenever an when a method passed to the server is invalid. * - ripcord::methodNotFound (-1) Method {method} not found. * - Thrown by the ripcord server when a requested method isn't found. */ class BadMethodCallException extends \BadMethodCallException implements Exception { }
[+]
..
[-] ConfigurationException.php
[edit]
[-] InvalidArgumentException.php
[edit]
[+]
Contracts
[-] RemoteException.php
[edit]
[-] TransportException.php
[edit]
[-] BadMethodCallException.php
[edit]
[-] .htaccess.disabled
[edit]