/home/smartonegroup/www/system/vendor/illuminate/contracts/View/ViewCompilationException.php
<?php

namespace Illuminate\Contracts\View;

use Exception;

class ViewCompilationException extends Exception
{
    //
}