Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
a0a36e69
Commit
a0a36e69
authored
May 31, 2007
by
Donal McMullan
Browse files
New errors for netwk: TODO: should replace with SPL classes
parent
f0326d78
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/errors.php
View file @
a0a36e69
...
...
@@ -632,6 +632,17 @@ class ParameterException extends UserException {
}
}
/**
* A function or method has been passed the wrong kind of argument
* Unfortunately, broken type-hints cause fatal errors - not exceptions
*/
class
ParamOutOfRangeException
extends
SystemException
{}
/**
* Remote Server exception - something has gone wrong at the remote machine
*/
class
RemoteServerException
extends
SystemException
{}
/**
* Xmlrpc Server exception - must output well formed XMLRPC error to the client
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment