Skip to content

Commit

Permalink
FormatException should extend base Exception class
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodore Brown authored and Theodore Brown committed Nov 14, 2014
1 parent 187238b commit a6669f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FormatException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
/**
* Exception thrown when the format of an argument is invalid
*/
class FormatException extends RuntimeException
class FormatException extends Exception
{
}

0 comments on commit a6669f4

Please sign in to comment.