xref: /dokuwiki/vendor/splitbrain/slika/src/Exception.php (revision 92a8473a9092ab27ad01395a27c47e2679f56d86)
1*92a8473aSAndreas Gohr<?php
2*92a8473aSAndreas Gohr
3*92a8473aSAndreas Gohr
4*92a8473aSAndreas Gohrnamespace splitbrain\slika;
5*92a8473aSAndreas Gohr
6*92a8473aSAndreas Gohr
7*92a8473aSAndreas Gohrclass Exception extends \Exception
8*92a8473aSAndreas Gohr{
9*92a8473aSAndreas Gohr
10*92a8473aSAndreas Gohr}
11