Nigel Banks
2 years ago
committed by
GitHub
3 changed files with 24 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
namespace Drupal\islandora\Exception; |
||||||
|
|
||||||
|
/** |
||||||
|
* Islandora exceptions. |
||||||
|
* |
||||||
|
* @package islandora |
||||||
|
*/ |
||||||
|
class IslandoraDerivativeException extends \RuntimeException { |
||||||
|
} |
Loading…
Reference in new issue