Skip to content
Snippets Groups Projects
Commit c13c3a78 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Move APNSException.

parent 341808a4
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,10 @@ namespace APNSFramework;
use Exception;
/**
* Class APNSException
* Exception used by APNSFramework for all exceptions. Other exceptions in the framework inherit this one.
* @package APNSFramework
*/
class APNSException extends Exception {
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment