Skip to content

Commit

Permalink
Update NonExistentFunctionNameException.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenKoehn authored Oct 20, 2020
1 parent 3275e11 commit 014851d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Phim/Exception/Color/NonExistentFunctionNameException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

namespace Phim\Exception\Runtime;
namespace Phim\Exception\Color;

use Phim\Exception\RuntimeException;

class NonExistentFunctionNameException extends RuntimeException
{
}
}

0 comments on commit 014851d

Please sign in to comment.