Skip to content

Commit

Permalink
EnvVarNotFoundException now is RuntimeException (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararok authored Jun 12, 2018
1 parent 8f62474 commit 33c556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SAREhub/Commons/Misc/EnvVarNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace SAREhub\Commons\Misc;


class EnvVarNotFoundException extends \Exception
class EnvVarNotFoundException extends \RuntimeException
{
const MESSAGE_FORMAT = "Not found value of env var: %s";

Expand Down

0 comments on commit 33c556b

Please sign in to comment.