Skip to content

Commit

Permalink
Merge pull request #34 from ChargemapFranck/master
Browse files Browse the repository at this point in the history
fix/psr4-autoload-exceptions-compliance
  • Loading branch information
aflanagan authored Jul 26, 2021
2 parents 86327dc + de259e8 commit f2c14a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Exception.php → lib/ConfigurationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

namespace Cronitor;

class ValidationException extends \Exception
{
}

class ConfigurationException extends \Exception
{
}
7 changes: 7 additions & 0 deletions lib/ValidationException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace Cronitor;

class ValidationException extends \Exception
{
}

0 comments on commit f2c14a3

Please sign in to comment.