[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/splitbrain/slika/src/ -> Exception.php (source)

   1  <?php
   2  
   3  
   4  namespace splitbrain\slika;
   5  
   6  /**
   7   * Exception thrown on all errors during image processing
   8   */
   9  class Exception extends \Exception
  10  {
  11  
  12  }