diff options
author | Dominik Eckelmann <deckelmann@gmail.com> | 2011-11-28 20:59:49 +0100 |
---|---|---|
committer | Dominik Eckelmann <deckelmann@gmail.com> | 2011-11-28 20:59:49 +0100 |
commit | 3f3bb97fcdd30282632d96a5bb19d2ea61c01504 (patch) | |
tree | e8fd82184f8ef7d89264ea217afae07483c98e82 /inc | |
parent | f61380cb67f8216ae4c75922511ff5a07fd21ca0 (diff) | |
download | rpg-3f3bb97fcdd30282632d96a5bb19d2ea61c01504.tar.gz rpg-3f3bb97fcdd30282632d96a5bb19d2ea61c01504.tar.bz2 |
removed dublicated content
Diffstat (limited to 'inc')
-rw-r--r-- | inc/remote.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/remote.php b/inc/remote.php index 6f48d2015..14f6614f1 100644 --- a/inc/remote.php +++ b/inc/remote.php @@ -130,4 +130,5 @@ class RemoteAPI { } -class RemoteException extends Exception {}
\ No newline at end of file +class RemoteException extends Exception {} +class RemoteAccessDenied extends RemoteException {}
\ No newline at end of file |