Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace Illuminate\Support; use RuntimeException; class ItemNotFoundException extends RuntimeException { }
<?php
namespace Illuminate\Support;
use RuntimeException;
class ItemNotFoundException extends RuntimeException
{
}