Edit File: MixFileNotFoundException.php
<?php namespace Illuminate\Foundation; use Exception; class MixFileNotFoundException extends Exception { // }
Back