Source of file InvalidClassException.php

Size: 0,105 Bytes - Last Modified: 2019-09-16T10:31:02+00:00

/home/vagrant/www/document-templates/src/Exceptions/InvalidClassException.php

12345678910
<?php


namespace BWF\DocumentTemplates\Exceptions;


class InvalidClassException extends \Exception
{

}