• File: NotWritableException.php
  • Full Path: /home/masbinta/public_html/core/vendor/intervention/image/src/Intervention/Image/Exception/NotWritableException.php
  • File size: 128 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Intervention\Image\Exception;

class NotWritableException extends ImageException
{
    # nothing to override
}