Skip to content
Snippets Groups Projects
Exception.php 97 B
Newer Older
Josh Pollock's avatar
Josh Pollock committed
<?php

namespace calderawp\CalderaFormsQuery\Exceptions;

class Exception extends \Exception
{

}