ponepaste/vendor/illuminate/contracts/View/ViewCompilationException.php

11 lines
121 B
PHP
Raw Normal View History

<?php
namespace Illuminate\Contracts\View;
use Exception;
class ViewCompilationException extends Exception
{
//
}