Skip to content

Commit

Permalink
Merge 816ff27 into a275500
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Nov 19, 2019
2 parents a275500 + 816ff27 commit faed3f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/NotImplementedException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

namespace SubjectivePHP\Spl\Exceptions;

use RuntimeException;

/**
* Exception thrown when a requested method or operation is not implemented.
*/
class NotImplementedException extends RuntimeException
{
}

0 comments on commit faed3f8

Please sign in to comment.